home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {userappdata} / RJ TextEd / Syntax / Framscript.syx < prev    next >
Encoding:
Text File  |  2008-12-09  |  1.6 KB  |  50 lines

  1. ;{}
  2.  
  3. [Options]
  4. LineCommentA=//
  5. LineCommentB=#
  6. CommentStartA=/*
  7. CommentEndA=*/
  8. Char='
  9. String="
  10. HexIdentifier=0x
  11. Escape=\
  12. Symbols=-+*/<>!~%^&|={[()]}:.;
  13. Numbers=0123456789
  14.  
  15. [Keywords]
  16. Control keywords=asm|break|case|continue|do|else|false|for|function|goto|if|new|null|return|switch|this|true|try|var|while|@include|\#include|label_|global|
  17. Built-in objects=Collision|Creature|CreaturesGroup|Dictionary|File|Fields|GenMan|GenManStats|Geno|Genotype|GenotypeGroup|GenotypeLibrary|Interface|Joint|LiveLibrary|Loader|Math|MechJoint|MechPart|Model|Neuro|NeuroClass|NeuroClassLibrary|NeuroDef|Part|sim_params|Simulator|stats|String|ShowParams|Vector|World|WorldMap|ExpParams|ExpState|Neuro|this|Creature|Element|GeomBuilder|GL|Loader|Material|MechJoint|MechPart|Scene|VertexBuilder|VisParams|VisualModel|World|WorldMap|ClassBrowser|CLI|CreatureCharts|CreatureSelection|DynaChart|GLDisplay|NeuroDiagram|RowFormat|ShowManager|SimStatsCharts|TrackingCam|VisualStyle|Window|
  18. General fields=script|expdef|show|class|prop|state|
  19. Property fields=name|info|code|id|type|flags|group|help|longname|prefinputs|prefoutput|
  20. Events=onExpDefLoad|onExpInit|onBorn|onStep|onKill|onExpLoad|onExpSave|onUserEvent|onLoad|onResize|onShowStep|onSelectionChange|
  21.  
  22. [FoldOptions]
  23. List_AsMethod=function
  24. List_Exclude=if|while|do|for|else|switch
  25. Separators=:;()
  26. AutoIdExcludes=if|while|do|for|else|switch
  27. Case=1
  28.  
  29. [Region]
  30. Start=REGION
  31. End=END_REGION
  32. CommentStart=#
  33.  
  34. [Fold]
  35. 1_Id=
  36. 1_Begin={
  37. 1_End=}
  38. 1_EndBefore=
  39. 1_Section=
  40. 1_NoParentOfId=0
  41. 1_ListItem=
  42. 2_Id=id
  43. 2_Begin=id
  44. 2_End=type
  45. 2_EndBefore=
  46. 2_Section=
  47. 2_NoParentOfId=0
  48. 2_ListItem=ceProperty
  49.  
  50.